|
|
|
|
InsertFirst Method, ItemCollectionClass Class |
Inserts a new item at the start of the item collection.
Syntax ItemCollectionClass Class (Softelvdm.SftTreeNET)
VB |
Public Function InsertFirst() As ItemClass |
C# |
public ItemClass InsertFirst(); |
C++ |
public: ItemClass^ InsertFirst(); |
Return Value
The new item.
Comments
The InsertFirst method inserts a new item at the start of the item collection.